home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / X-Menu 2.0 / CustomView.h < prev    next >
Encoding:
Text File  |  2001-06-23  |  161 b   |  11 lines

  1. #import <Cocoa/Cocoa.h>
  2.  
  3. @interface CustomView : NSView
  4. {
  5.     NSImage    *regularImage, *selectedImage;
  6.     BOOL    isSelected;
  7. }
  8.  
  9. - (void)setIsSelected:(BOOL)flag;
  10. @end
  11.